'Declaration Public Overloads Shared Function CreateCollectorResultsAnalyzer<TTargetThe type of the target.,TCollectorTargetThe type of the collector target.,TValueThe type of the value.>( _
ByVal nameИмя исполнителя.As System.String, _
ByVal collectorСборщик результатов.As Vintasoft.Imaging.Processing.Analyzers.AnalyzerResultCollector(Of TTarget,TValue), _
ByVal ParamArray processingCommandsКоманды обработки для обработки результатов.As IProcessingCommand(Of TTarget) _
) As IProcessingCommand(Of TTarget) (Of TTargetThe type of the target., TCollectorTargetThe type of the collector target., TValueThe type of the value.)
public static IProcessingCommand<TTarget> CreateCollectorResultsAnalyzer<TTarget,TCollectorTarget,TValue>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.AnalyzerResultCollector<TTarget,TValue> collector,
params IProcessingCommand<TTarget> processingCommands
)
public: static IProcessingCommand<TTarget*>* CreateCollectorResultsAnalyzer<TTarget,TCollectorTarget,TValue>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.AnalyzerResultCollector<TTarget,TValue*>* collector,
params IProcessingCommand<TTarget*>* processingCommands
)
generic<typename TTarget> generic<typename TCollectorTarget> generic<typename TValue> public:
static IProcessingCommand<TTarget^>^ CreateCollectorResultsAnalyzer(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.AnalyzerResultCollector<TTarget,TValue^>^ collector,
... IProcessingCommand<TTarget^>^ processingCommands
)
Parameters
- name
- Имя исполнителя.
- collector
- Сборщик результатов.
- processingCommands
- Команды обработки для обработки результатов.
Type Parameters
- TTarget
- The type of the target.
- TCollectorTarget
- The type of the collector target.
- TValue
- The type of the value.
Return Value
Новый экземпляр класса CollectedAnalyzerResultExecutor<TTarget,TCollectorTarget,TValue>.